home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-07-01 | 8.0 KB | 227 lines | [TEXT/MPS ] |
- ; File: E16.AppleTalk
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-90
- ; All Rights Reserved
- ;
- ;
- atGetInfoCommand GEQU $0002
- atGetGlobalCommand GEQU $0003
- atInstallTimerCommand GEQU $0004
- atRemoveTimerCommand GEQU $0005
- atBootCommand GEQU $0006
- atCancelTimerCommand GEQU $0045
- lapWriteCommand GEQU $0007
- lapReadBufferCommand GEQU $0008
- lapAttachProtCommand GEQU $0009
- lapRemoveProtCommand GEQU $000A
- ddpOpenSocketCommand GEQU $000B
- ddpCloseSocketCommand GEQU $000C
- ddpSendDatagramCommand GEQU $000D
- nbpRegisterNameCommand GEQU $000E
- nbpRemoveNameCommand GEQU $000F
- nbpLookupNameCommand GEQU $0010
- nbpConfirmNameCommand GEQU $0011
- nbpKillCommand GEQU $0046
- atpSendReqCommand GEQU $0012
- atpCancelReqCommand GEQU $0013
- atpOpenSocketCommand GEQU $0014
- atpCloseSocketCommand GEQU $0015
- atpGetReqCommand GEQU $0016
- atpSendRespCommand GEQU $0017
- atpRelCBCommand GEQU $0019
- zipGetMyZoneCommand GEQU $001A
- zipGetZoneListCommand GEQU $001B
- aspGetParmsCommand GEQU $001C
- aspGetStatusCommand GEQU $001D
- aspOpenSessionCommand GEQU $001E
- aspCloseSessionCommand GEQU $001F
- aspCommandCommand GEQU $0020
- aspWriteCommand GEQU $0021
- papStatusCommand GEQU $0022
- papOpenCommand GEQU $0023
- papCloseCommand GEQU $0024
- papReadCommand GEQU $0025
- papWriteCommand GEQU $0026
- papUnloadCommand GEQU $0027
- rpmSetPrinterCommand GEQU $0028
- rpmCloseSessionCommand GEQU $0047
- rpmFlushSessionCommand GEQU $0048
- pfiUserPrefixCommand GEQU $002A
- pfiLoginCommand GEQU $002B
- pfiLoginContCommand GEQU $002C
- pfiLogOutCommand GEQU $002D
- pfiMountVolCommand GEQU $002E
- pfiListSessionsCommand GEQU $002F
- pfiTimeZoneCommand GEQU $0030
- pfiGetSrcPathCommand GEQU $0031
- pfiAccessCommand GEQU $0032
- pfiNamingCommand GEQU $0033
- pfiConvertTimeCommand GEQU $0034
- pfiSetBufferCommand GEQU $0036
- pfiHooksCommand GEQU $0037
- pfiLogin2Command GEQU $0038
- pfiListSessions2Command GEQU $0039
- pfiGetSVersionCommand GEQU $003A
- appleTalkNetError GEQU $8888
- atInvalidCmdErr GEQU $0101 ; Invalid command
- atMemoryErr GEQU $0102 ; Heap/memory management error
- atTimerNotInstalledErr GEQU $0103 ; No timer installed error
- atSyncErr GEQU $0104 ; Syncronous only call
- atTooManyTimes GEQU $0105 ; Too many times
- atTimerCancelled GEQU $0106
- lapNoPacketErr GEQU $0201 ; No packet in buffer
- lapEOBErr GEQU $0202 ; End of buffer
- lapLenErr GEQU $0203 ; LAP data too large
- lapFailedErr GEQU $0204 ; Retry count exhausted
- lapTypeErr GEQU $0205 ; Illegal LAP type
- lapDuplicateErr GEQU $0206 ; Duplicate LAP type
- lapProtocolErr GEQU $0207 ; Too many protocols
- lapTypeFoundErr GEQU $0208 ; Type not found
- lapDataLostErr GEQU $0209 ; Data lost in Purge
- ddpSktNumErr GEQU $0301 ; Too many sockets open
- ddpSktErr GEQU $0302 ; Socket not open
- ddpSktOpenErr GEQU $0303 ; Socket already open
- ddpSktTypeErr GEQU $0304 ; Invalid Socket Type
- ddpLenErr GEQU $0305 ; DDP length error
- ddpBridgeErr GEQU $0306 ; No bridge available
- nbpNameNumberErr GEQU $0401 ; Too many names
- nbpNameExistErr GEQU $0402 ; Name already exists
- nbpNameFoundErr GEQU $0403 ; Name not found
- nbpBufferErr GEQU $0404 ; User buffer full
- nbpWildcardErr GEQU $0405 ; Wildcard not allowed
- nbpNameErr GEQU $0406 ; Invalid name format
- nbpAddressErr GEQU $0407 ; Incorrect address
- nbpProcessErr GEQU $0408 ; Too many NBP processes
- nbpAbortErr GEQU $0409 ; NBP Aborted
- nbpParmBlkNotFndErr GEQU $040A ; NBP Param Block not found
- atpDataLenErr GEQU $0501 ; ATP data too large
- atpSocketErr GEQU $0502 ; Invalid ATP socket
- atpControlBlkErr GEQU $0503 ; ATP control block not found
- atpProcessErr GEQU $0504 ; Too many active ATP calls
- atpReleaseErr GEQU $0505 ; No release received
- atpNoRespActive GEQU $0506 ; No response active
- atpRespErr GEQU $0507 ; No send response active
- atpReqErr GEQU $0508 ; ATP send request aborted
- atpSktClosedErr GEQU $0509 ; socket closed error
- atpTooManySkts GEQU $050A ; Too many ATP sockets
- atpTooManyResp GEQU $050B ; Too many responses expected
- atpDDPSktErr GEQU $050C ; Unable to open DDP socket
- atpSndRespRelErr GEQU $050D ; ATP Send Response was released
- zipNetworkErr GEQU $0601 ; Network error
- zipOverflow GEQU $0602 ; ZIP overflow
- zipNotFound GEQU $0603 ; ZIP not found
- aspNetworkErr GEQU $0701 ; Network error
- aspSessNumErr GEQU $0702 ; Too many sessions
- aspRefErr GEQU $0703 ; Invalid reference number
- aspSizeErr GEQU $0704 ; Size error
- aspBufErr GEQU $0705 ; Buffer error
- aspNoRespErr GEQU $0706 ; No response from server
- aspBadVersion GEQU $0707 ; Bad version number
- aspTooManySessions GEQU $0708 ; Too many sessions
- aspServBusyErr GEQU $0709 ; Server busy
- aspSessionClosed GEQU $070A ; Session closed
- papSessNumErr GEQU $0801 ; Too many sessions
- papRefErr GEQU $0802 ; Invalid Reference
- papQuantumErr GEQU $0803 ; Quantum Error
- papCommandErr GEQU $0804 ; Too many commands
- papNameErr GEQU $0805 ; Name not found
- papSessionErr GEQU $0806 ; Session closed
- papNetworkErr GEQU $0807 ; Network error
- papServRespErr GEQU $0808 ; Server not responding
- papServBusyErr GEQU $0809 ; Server busy
- papBuffSizeErr GEQU $080A ; Buffer size error
- papInUseErr GEQU $080B ; PAP in use
- rpmInvalidFlagErr GEQU $0901
- rpmInvalidTimeErr GEQU $0902
- pfiTooManySessErr GEQU $0A01 ; Too many sessions
- pfiUnableOpenSessErr GEQU $0A02 ; Unable to open session
- pfiNoRespFrmSrvrErr GEQU $0A03 ; No response from server
- pfiLoginContErr GEQU $0A04 ; Login continue
- pfiInvalidNameErr GEQU $0A05 ; Invalid name
- pfiInvalidSessNumErr GEQU $0A06 ; Invalid Sess reference # or unknown volume
- pfiUnableOpenVolErr GEQU $0A07 ; Unable to open volume
- pfiTooManyVolsOpenErr GEQU $0A08 ; Too many mounted volumes
- pfiVolNotMountedErr GEQU $0A09 ; Volume Not Mounted
- pfiUnableSetCreatorErr GEQU $0A0A
- pfiBufferToSmallErr GEQU $0A0B ; Buffer to small
- pfiTimeFlagErr GEQU $0A0C ; Time flag error
- pfiUnableTSetGroupErr GEQU $0A0D ; Unable to set group
- pfiDirNotFoundErr GEQU $0A0E ; Directory not found
- pfiAccessDeniedErr GEQU $0A0F ; Access denied
- pfiMiscellaneousErr GEQU $0A10 ; Miscellaneous error
- pfiVolAlreadyMntedErr GEQU $0A11 ; Volume already mounted
- pfiUnableGetCreatorErr GEQU $0A12 ; Unable to get creator/group
- pfiAlrdyLggedOnSrvrErr GEQU $0A13 ; Already logged onto server
- pfiTimeError GEQU $0A14 ; Time error
- pfiUserNotAuthorizedErr GEQU $0A15 ; User not authorized
- pfiParamterErr GEQU $0A16 ; Parameter error
- pfiSrvrGoingDownErr GEQU $0A17 ; Server going down
- pfiBadUAMErr GEQU $0A18 ; Bad UAM
- pfiBadVersionNumErr GEQU $0A19 ; Bad version number
- atInitUserName GEQU $0085
- atInitPrinterFlags GEQU $0064
- atInitPrinterTuple GEQU $0063
- atInitPrefix GEQU $00C6
- atInitPrefixDirID GEQU $00CA
- atInitPrefixVolID GEQU $00CC
- atInitPath GEQU $010D
- atInitPathDirID GEQU $0111
- atInitPathVolID GEQU $0113
- hidAppleIIGS GEQU $0000
- atMaxTicks GEQU $FFFF
- atMaxTicksIIe GEQU $1FFF
- lapPurgeOff GEQU $0000
- lapPurgeOn GEQU $0001
- ddpChecksumOff GEQU $00
- ddpChecksumOn GEQU $01
- nbpCheckNameOn GEQU $00
- nbpCheckNameOff GEQU $01
- atpExactlyOnceMask GEQU $20
- atpExecuting GEQU $FF
- atpDynamicSocket GEQU $00
- aspAttenNormal GEQU $00 ;
- aspAttenTimeout GEQU $40 ;
- aspAttenClosed GEQU $80 ;
- rpmTimeOutOff GEQU $0000
- rpmNetworkMask GEQU $80 ;
- rpmPostscriptMask GEQU $20 ;
- rpmReturnNameMask GEQU $01 ;
- pfiMountMask GEQU $80 ;
- pfiPasswordMask GEQU $40 ;
- pfiUserVolumeMask GEQU $01 ;
- pfiEastWestMask GEQU $80 ;
- pfiHoursAwayMask GEQU $7F ;
- pfiSetAccessMask GEQU $80 ;
- pfiCreatorMask GEQU $40 ;
- pfiGroupMask GEQU $20 ;
- pfiDNCMask GEQU $80 ; PFI Directional Naming Convention Mask
- pfiDDTMask GEQU $40 ; PFI Directional Device Table Mask
- pfiNNCMask GEQU $80 ; PFI Naming Naming Convention Mask
- pfiNDTMask GEQU $40 ; PFI Naming Device Table Mask
- lapProtTypeMin GEQU $01
- lapProtTypeMax GEQU $7F
- lapProtTypeAll GEQU $FF
- atpSocketDynamicMin GEQU $80
- atpSocketDynamicMax GEQU $FE
- atpSocketStaticMin GEQU $01
- atpSocketStaticMax GEQU $7F
- zipGetMyZoneBufLenMin GEQU $21
- papOpenStatusBufLenMin GEQU $0104
- pfiUserNameLenMax GEQU $0040
- workstationGS GEQU $0000
- endOfBDS GEQU $FFFF
- ddpInvalidClient GEQU $00
- atpActualLengthMask GEQU $7FFF
- atpActualLengthOvflw GEQU $8000
- atpUnusedAddRtnPtr GEQU $00000000
- atpUnusedAddBitMap GEQU $00
- pfiAFPVersion11 GEQU $0101
- pfiAFPVersion20 GEQU $0200
- pfiAFPTimeFormat GEQU $0000
- pfiProDOSTimeFormat GEQU $0001
- pfiHooksSetHooks GEQU $40
- pfiHooksP8Active GEQU $80
- pfiSetWriteBuffer GEQU $80
- papReadNotEOF GEQU $00
-